home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Demo / ReelDVD 3.1.1 Trial Install / data1.cab / System32_Files / PTxSCP.ocx / 0 / RCDATA / TFRMSHELLLOCATOREDITOR / TFRMSHELLLOCATOREDITOR.txt
Encoding:
Text File  |  2003-07-16  |  2.8 KB  |  153 lines

  1. object FrmShellLocatorEditor: TFrmShellLocatorEditor
  2.   Left = 316
  3.   Top = 149
  4.   BorderStyle = bsDialog
  5.   Caption = 'Shell Locator Editor'
  6.   ClientHeight = 203
  7.   ClientWidth = 373
  8.   Color = clBtnFace
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnClose = FormClose
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object PTGroup2: TPTGroup
  19.     Left = 8
  20.     Top = 32
  21.     Width = 269
  22.     Height = 53
  23.     Caption = ' '
  24.     TabOrder = 4
  25.     object ComboBox1: TComboBox
  26.       Left = 40
  27.       Top = 8
  28.       Width = 189
  29.       Height = 21
  30.       Style = csDropDownList
  31.       Color = clBtnFace
  32.       Enabled = False
  33.       ItemHeight = 13
  34.       TabOrder = 0
  35.     end
  36.   end
  37.   object PTGroup1: TPTGroup
  38.     Left = 8
  39.     Top = 148
  40.     Width = 269
  41.     Height = 45
  42.     Caption = ' '
  43.     TabOrder = 5
  44.     object ItemTxt: TLabel
  45.       Left = 8
  46.       Top = 8
  47.       Width = 165
  48.       Height = 13
  49.       AutoSize = False
  50.       Enabled = False
  51.     end
  52.     object BrowseBtn: TButton
  53.       Left = 181
  54.       Top = 1
  55.       Width = 75
  56.       Height = 23
  57.       Caption = '&Browse...'
  58.       Enabled = False
  59.       TabOrder = 0
  60.       OnClick = BrowseBtnClick
  61.     end
  62.   end
  63.   object OkBtn: TButton
  64.     Left = 288
  65.     Top = 12
  66.     Width = 75
  67.     Height = 23
  68.     Caption = 'OK'
  69.     Default = True
  70.     ModalResult = 1
  71.     TabOrder = 6
  72.   end
  73.   object CancelBtn: TButton
  74.     Left = 288
  75.     Top = 40
  76.     Width = 75
  77.     Height = 23
  78.     Cancel = True
  79.     Caption = 'Cancel'
  80.     ModalResult = 2
  81.     TabOrder = 7
  82.   end
  83.   object HelpBtn: TButton
  84.     Left = 288
  85.     Top = 80
  86.     Width = 75
  87.     Height = 23
  88.     Caption = '&Help'
  89.     TabOrder = 9
  90.     OnClick = HelpBtnClick
  91.   end
  92.   object UsePidlRdo: TRadioButton
  93.     Left = 18
  94.     Top = 146
  95.     Width = 91
  96.     Height = 17
  97.     Caption = 'Use item id list'
  98.     TabOrder = 3
  99.     OnClick = UsePidlRdoClick
  100.   end
  101.   object DontUseAnythingRdo: TRadioButton
  102.     Left = 18
  103.     Top = 8
  104.     Width = 113
  105.     Height = 17
  106.     Caption = 'Don'#39't use anything'
  107.     TabOrder = 0
  108.     OnClick = UsePidlRdoClick
  109.   end
  110.   object PTGroup4: TPTGroup
  111.     Left = 8
  112.     Top = 92
  113.     Width = 269
  114.     Height = 49
  115.     Caption = ' '
  116.     TabOrder = 8
  117.     object PathNameEdt: TEdit
  118.       Left = 8
  119.       Top = 8
  120.       Width = 253
  121.       Height = 21
  122.       Color = clBtnFace
  123.       Enabled = False
  124.       TabOrder = 0
  125.     end
  126.   end
  127.   object UsePathnameRdo: TRadioButton
  128.     Left = 18
  129.     Top = 91
  130.     Width = 95
  131.     Height = 17
  132.     Caption = 'Use pathname'
  133.     TabOrder = 2
  134.     OnClick = UsePidlRdoClick
  135.   end
  136.   object UseCSIDLRdo: TRadioButton
  137.     Left = 18
  138.     Top = 30
  139.     Width = 79
  140.     Height = 17
  141.     Caption = 'Use CSIDL'
  142.     TabOrder = 1
  143.     OnClick = UsePidlRdoClick
  144.   end
  145.   object PTFolderBrowseDlg1: TPTFolderBrowseDlg
  146.     Title = 'Select an item'
  147.     FormHeight = 600
  148.     Options = [ptfbReadOnly]
  149.     Left = 332
  150.     Top = 144
  151.   end
  152. end
  153.